home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9397 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: sundog.tiac.net!usenet
  2. From: Ron Fosner <ron@tiac.net>
  3. Newsgroups: comp.os.ms-windows.programmer.tools.mfc,comp.lang.c++,comp.graphics.api.opengl
  4. Subject: Re: MfcOgl to get multiple OpenGL contexts
  5. Date: 1 Mar 1996 15:37:11 GMT
  6. Organization: The Internet Access Company
  7. Message-ID: <4h75j7$2f8@sundog.tiac.net>
  8. References: <3135497E.2AE@alumni.cse.ucsc.edu>
  9. NNTP-Posting-Host: ron.tiac.net
  10.  
  11. > I've been using the CMfcOglView class provided with the
  12. > Microsoft MFCOGL with great success.
  13. > But now I want to create 2 or 3 OpenGL context regions
  14. > all within the same Window. How would I go about doing this?
  15.  Any help would be greatly appreciated.
  16. > clp@alumni.cse.ucsc.edu
  17.  
  18. What exactly are you trying to do? If you want to render two scenes
  19. in the same window you can just set up two viewports. If you're
  20. trying to do something where you need two different pixel formats,
  21. then it's impossible- you can't have, for example, the left half
  22. double buffered, and the right half not......
  23.  
  24. Ron Fosner
  25. ron@tiac.net
  26.  
  27.  
  28.